[9.5] (backport #15457) Prepare SSH key before provisioning VM instances in test runner#15469
[9.5] (backport #15457) Prepare SSH key before provisioning VM instances in test runner#15469mergify[bot] wants to merge 1 commit into
Conversation
(cherry picked from commit 83e497e)
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
TL;DRAll 14 reported failures share one deterministic compile error in Remediation
Investigation detailsRoot CauseThe PR diff inserts a second preparation block after Evidence
VerificationNot run locally; diagnosis is based on the Buildkite logs, PR diff, and the 9.5 source implementation. What is this? | From workflow: PR Buildkite Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
What does this PR do?
Fixes a bug where integration tests running on cloud VM instances failed because the SSH key used to reach those instances wasn't ready yet when the VM was being provisioned. The provisioning step now waits for the SSH key to exist first, so cloud-based test runs work again.
This was introduced in #15422 and detected in #15449 (comment)
This is an automatic backport of pull request #15457 done by Mergify.